<script language="JavaScript">
function setCookiePassword() {
	document.cookie = "WiiTransferPassword=" + document.forms[0].elements['p'].value + "; path=/";
	// expires=Thu, 2 Aug 2001 20:47:11 UTC; path=/'
}
</script>

<p>
<center>
	<form method="GET">
		Password: <input name="p" type="password" size="10" /> 		
		<input type="button" value="Continue" onClick="setCookiePassword(); submit();"/>
	</form>
</center>
</p>

</body>
</html>